URLs and Access Parameters

Use URLs to access the main application, the Self Service and Catalog Portals, the External Supplier Portal and other vFire Core interfaces.

Overview of vFire Core URLs

vFire Core URLs are used to access different interfaces, like the Self Service portal, and also to perform complex functions such as launch searches, open incident forms, view service orders, and even to pre-populate fields on submission forms or search criteria windows, and then to submit those forms or searches.

Complex functions are performed through the URL by appending http query strings to the base URL.

The URL structure consists of the base URL, the interface parameter, the target page parameter, and the query parameters.

URLs are made up of constant and variable parameters. Some parameters vary from system to system while others are static values. The following convention has been used to denote parameters:

  • Variables within URLs are denoted within angular brackets.

  • Constants are denoted in the regular text without brackets.

Structure of the base URL:

Example of a http query string:

http://<server_name>/<virtual_directory>/Core.aspx?Lite&Form=KnowledgeSearchCriteria&Search_Query=cracked laptop screen&All_Words=Y

When constructing URLs for use in vFire Core, note that:

  • The interface parameter must always be preceded by ?
  • All following parameters must be preceded by &
  • Parameters and their values are joined by =
  • Characters entered after = and before & are treated as a value and therefore can contain spaces

Here is an example of how these are strung together based on the example URL above.

  1. To launch vFire Core, use
    http://<server_name>/<virtual_directory>/Core.aspx
  2. To launch the Self Service Portal, use
    http://<server_name>/<virtual_directory>/Core.aspx?Lite
  3. To launch the portal Knowledge Search Criteria page, use
    http://<server_name>/<virtual_directory>/Core.aspx?Lite&Form=KnowledgeSearchCriteria
  4. To launch the portal Knowledge Search Criteria page with the words “cracked laptop screen” in the  Search Text field, and the All Words checkbox selected, use:
    http://<server_name>/<virtual_directory>/Core.aspx?Lite&Form=KnowledgeSearchCriteria&Search_Query=cracked laptop screen&All_Words=Y

URLs and Access Parameters

Use base URLs to:

Use http query strings for the vFire Self Service portal to:

Pre-populate search fields and automate searches in the Self Service Portal using http query strings for: